home *** CD-ROM | disk | FTP | other *** search
/ New Perspectives on Computer Concepts / New Perspectives on Computer Concepts.iso / np2010c / L02a.swf / scripts / frame_590 / DoAction.as
Text File  |  2007-12-30  |  322b  |  19 lines

  1. stop();
  2. t4QC20a_inv.useHandCursor = false;
  3. t4QC20b_inv.useHandCursor = false;
  4. NavSetup(qc20prev);
  5. NavSetup(qc20next);
  6. NavSetup(qc20end);
  7. qc20prev.onPress = function()
  8. {
  9.    gotoAndStop(586);
  10. };
  11. qc20next.onPress = function()
  12. {
  13.    gotoAndStop(513);
  14. };
  15. qc20end.onPress = function()
  16. {
  17.    gotoAndStop(530);
  18. };
  19.